home *** CD-ROM | disk | FTP | other *** search
/ AEMail 2.40 / AEMail v2.40.iso / arexx / arexx.readme < prev    next >
Text File  |  2001-03-24  |  3KB  |  77 lines

  1. ARexx.readme
  2. March 31, 2001
  3.  
  4. This directory contains several ARexx scripts that can be used with AEMail.
  5. You should read the .readme file associated with each script before using
  6. the script.
  7.  
  8. The scripts are:
  9.  
  10.     Addtogrp.aem    This script is used to add To:  and cc:  names from a
  11.                     received message to a group entry in the Address Book.
  12.  
  13.     compose.aem     This script will enter the compose screen of AEMail to
  14.                     Send or Queue a message from a pre-built text file.
  15.  
  16.     DB2ABK.aem      This script will copy email addresses from a data base
  17.                     to the Address Book.
  18.  
  19.     deladrgrp.aem   This script will allow you to delete an email address
  20.                     embedded in a message from a group entry in your
  21.                     Address Book.  It is very handy to delete addresses
  22.                     that have been rejected as non-existant when a message
  23.                     has been sent to a group.
  24.  
  25.     Form.aem        This script processes Forms sent as email from a
  26.                     browser.
  27.  
  28.     GrptoList.aem   Creates an ASCII list of email addresses from a group
  29.                     entry in the Address Book.
  30.  
  31.     html.aem        This script is used to read html email attachments
  32.                     using your browser.  It will work with either IBrowse
  33.                     or AWeb.  It can also be attached to a function key and
  34.                     used to activate your browser to display a web address
  35.                     that is contained within a message.
  36.  
  37.     html2.aem       This script is similar to html.aem but allows you to
  38.                     select between a list of browsers to display your html
  39.                     attachments or to display a web address.  It is
  40.                     pre-configured to work with IBrowse 1.x, IBrowse 2.x
  41.                     and AWeb.
  42.  
  43.     Listtogrp.aem   Takes an ASCII list of email addresses and adds them to
  44.                     a group in the Address Book.
  45.  
  46.     mailto.aem      This script is a universal script that uses AEMail as a
  47.                     "mailto" agent in a browser.  AEMail can be running
  48.                     when this script is executed.
  49.  
  50.     Modgrpnknm.aem  This script is used to modify a group nickname in the
  51.                     Address Book.
  52.  
  53.     placeaddr.aem   This script is used to add an email address embedded in
  54.                     a message to your Address Book as an individual entry.
  55.  
  56.     placegrp.aem    This script is used to add an email address embedded in
  57.                     a message to your Address Book as part of a group
  58.                     entry.
  59.  
  60.     sendmsg.aem     This script is used to compose a message to a person
  61.                     whose email address is embedded in a message.
  62.  
  63.     subscribe.aem   This script is used to add names to a group entry in the
  64.                     Address Book for individuals that subscribe or
  65.                     unsubscribe to a mailing list.
  66.  
  67.  
  68. A script called "AEMAIL_TOFRONT.aem" is also included for inclusion in
  69. browsers that open on the Workbench to bring the AEMail screen to the front
  70. and to close the browser.
  71.  
  72. This directory also contains an alternate "mailcap" file which can be used
  73. to implement reading of html attachments (to be used with html.aem).
  74.  
  75. The file "AEMail-ARexx.doc" is an extraction of the ARexx portion of the
  76. AEMail.doc file and can be printed out as separate ARexx documentation.
  77.